home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
CMCD1203.ISO
/
Software
/
Complet
/
CINEBENCH 2003
/
resource
/
modules
/
objects
/
res
/
description
/
Oconplane.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
399b
|
15 lines
#ifndef _Oconplane_H_
#define _Oconplane_H_
enum
{
CONSTRUCTIONPLANE_TYPE = 1000, // LONG
CONSTRUCTIONPLANE_TYPE_XY = 0,
CONSTRUCTIONPLANE_TYPE_ZY = 1,
CONSTRUCTIONPLANE_TYPE_XZ = 2,
CONSTRUCTIONPLANE_SPACING = 1001, // REAL - Grid Spacing
CONSTRUCTIONPLANE_SUB = 1002, // LONG - Subdivision
CONSTRUCTIONPLANE_ROUGHSUB = 1003 // LONG - Subdivision
};
#endif